From 5901ea93eca9c3e1367cbf646fa097eb0ec2d49f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 8 Apr 2018 00:48:44 +0200 Subject: [PATCH] docs: remove short-cut coverage, which is too expensive to generate --- docs/index-static.html.in | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/index-static.html.in b/docs/index-static.html.in index a84422d..b0a04bd 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -80,7 +80,6 @@
  •     Color models
  •     Pixel formats
  • --> -
  •   Shortcut Coverage
  •   Environment
  •   Extending
  •   Directory Overview
  • @@ -311,15 +310,8 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float)); --> - -

    Shortcut Coverage

    -

    The diagram shown below visualizes the coverage of current shortcut - conversions. Dots indicate a direct conversion is provided for, the height - of the bar indicates the number of conversions steps needed in a chain of - conversions. - - -

    Environment

    + +

    Environment

    Through the environment variable BABL_TOLERANCE you can control a speed/performance trade off that by default is set very low (0.000001) -- 2.30.2